home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 23 code / Documentary Synchronicity ƒ / Interface ƒ / HasRequiredFeatures.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-29  |  152 b   |  10 lines  |  [TEXT/KAHL]

  1. #ifndef __HASREQUIREDFEATURES__
  2. #define __HASREQUIREDFEATURES__
  3.  
  4. #ifndef __TYPES__
  5. #include <Types.h>
  6. #endif
  7.  
  8. Boolean HasRequiredFeatures(void);
  9.  
  10. #endif